Click or drag to resize

MultiStatus Class

A MultiStatus contains multiple Response instances resulting from the invocation of a method on a resource. There will generally be one Response for each resource effected by the method.
Inheritance Hierarchy
SystemObject
  Independentsoft.WebdavMultiStatus

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public class MultiStatus

The MultiStatus type exposes the following members.

Constructors
  NameDescription
Public methodMultiStatus
Initializes a new instance of the MultiStatus class.
Top
Properties
  NameDescription
Public propertyDescription
Gets the description. Contains a message that can be displayed to the user explaining the nature of the response
Public propertyResponse
Gets enumerator of responses.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also